home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00276_Script_ControlPanelLoc
< prev
next >
Wrap
Text File
|
1999-02-25
|
772b
|
26 lines
property whichSprite
on enterFrame me
if the visibility of sprite the spriteNum of me = FALSE then
set the visibility of sprite whichSprite = FALSE
else
set the visibility of sprite whichSprite = TRUE
set the loch of sprite whichSprite = the right of sprite the spriteNum of me + (the width of sprite whichSprite / 2) * 1.5
set the locv of sprite whichSprite = the top of sprite the spriteNum of me + (the height of sprite whichSprite / 2)
end if
updateStage
end
on getPropertyDescriptionList
set p_list = [ ¼
whichSprite : [ #comment: " The Loc of whichSprite:", ¼
#format: #integer, ¼
#default: 1 ] ]
return p_list
end